home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.19950929-19951130 / 000132_news@columbia.edu_Tue Oct 17 05:42:30 1995.msg < prev    next >
Internet Message Format  |  2020-01-01  |  2KB

  1. Received: from apakabar.cc.columbia.edu by watsun.cc.columbia.edu with SMTP id AA29282
  2.   (5.65c+CU/IDA-1.4.4/HLK for <kermit.misc@watsun.cc.columbia.edu>); Wed, 18 Oct 1995 06:45:31 -0400
  3. Received: by apakabar.cc.columbia.edu id AA14943
  4.   (5.65c+CU/IDA-1.4.4/HLK for kermit.misc@watsun); Wed, 18 Oct 1995 06:45:30 -0400
  5. Path: news.columbia.edu!sol.ctr.columbia.edu!news.uoregon.edu!news.emf.net!overload.lbl.gov!lll-winken.llnl.gov!simtel!news.kei.com!news.mathworks.com!newsfeed.internetmci.com!news.sprintlink.net!its.hooked.net!usenet
  6. From: bmorg@hooked.net  (Byron Morgan)
  7. Newsgroups: comp.protocols.kermit.misc
  8. Subject: Re: How can I do "Screen scraping" with C-Kermit?
  9. Date: 17 Oct 1995 05:42:30 GMT
  10. Organization: Hooked Online Services
  11. Lines: 19
  12. Message-Id: <45vfo6$8ik@its.hooked.net>
  13. References: <45rqj4$ghm@its.hooked.net> <45tsp4$26k@apakabar.cc.columbia.edu>
  14. Reply-To: bmorg@hooked.net (Byron Morgan)
  15. Nntp-Posting-Host: tuna.hooked.net
  16. X-Newsreader: IBM NewsReader/2 v1.09
  17. Apparently-To: kermit.misc@watsun.cc.columbia.edu
  18.  
  19. In <45tsp4$26k@apakabar.cc.columbia.edu>, fdc@watsun.cc.columbia.edu (Frank da Cruz) writes:
  20. >None of the Kermit programs presently implements this feature in precisely
  21. >that form.  However, if you can be more specific about which Kermit
  22. >program you are talking about, and exactly what the effect is you are
  23. >trying to achieve, maybe we can be more helpful.
  24. >
  25. >- Frank
  26.  
  27. Frank,
  28. I am using OS2 CKO191(A). Using a direct RS232 connection to an old DEC
  29. machine. The system posts subway train destination information to a monitor
  30. screen. Each of 20 subway station platforms is represented by a specific screen
  31. area. The application I would like to use C-Kermit for would check the 
  32. appropriate screen addresses for train information, store the information in
  33. variables, then periodically (every 5 seconds, for example) check each screen
  34. location for changed information. If this can not be done with C-Kermit, I 
  35. suppose it could be done with REXX, which I have never used.
  36.  
  37. Byron Morgan